From 5a427b47f7e13af7962b059c4aed7b484089c8ec Mon Sep 17 00:00:00 2001 From: Mitsutaka Mimura Date: Mon, 2 Nov 2015 15:58:37 +0900 Subject: [PATCH] add install help --- src/bin/cargo.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/cargo.rs b/src/bin/cargo.rs index f21ffb1d5..144e020a0 100644 --- a/src/bin/cargo.rs +++ b/src/bin/cargo.rs @@ -51,6 +51,7 @@ Some common cargo commands are: bench Run the benchmarks update Update dependencies listed in Cargo.lock search Search registry for crates + install Install a Rust binary See 'cargo help ' for more information on a specific command. "; -- 2.30.2